home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 426-450 / disk_445 / turbotext / support / ttx_english.dfn < prev    next >
Text File  |  1992-05-06  |  9KB  |  308 lines

  1.  
  2. /** $VER: TTX_English.dfn Demo 1.0 (1.1.91)
  3.  **
  4.  ** This definition file provides an English version of TurboText's standard
  5.  ** menus and text strings.
  6.  **
  7.  ** Written by Martin Taillefer
  8.  **/
  9.  
  10.  
  11. MENUS:
  12.  
  13.   MENU " Project "
  14.     ITEM "Open..."             "O" OpenFile
  15.     ITEM "Open New..."         "Y" OpenDoc FileReq
  16.     BAR
  17.     ITEM "Save"                "S" SaveFile
  18.     ITEM "Save As..."          "A" SaveFileAs
  19.     BAR
  20.     ITEM "Clear"               "K" ClearFile
  21.     ITEM "Print"               "P" PrintFile
  22.     ITEM "Info..."             "?" OpenRequester Info
  23.     BAR
  24.     ITEM "Close Window"        "Q" CloseDoc
  25.  
  26.   MENU " Windows "
  27.     ITEM "New"                 "W" OpenDoc
  28.     ITEM "Activate Next"       "0" ActivateNextDoc
  29.     ITEM "Activate Previous"   "1" ActivatePrevDoc
  30.     BAR
  31.     ITEM "Split View"          "\" SplitView Toggle
  32.     ITEM "Toggle View"         "T" SwitchView
  33.     ITEM "Expand View"         ";" SizeView 1
  34.     ITEM "Shrink View"         ":" SizeView -1
  35.     ITEM "Center View"         "'" CenterView
  36.     BAR
  37.     ITEM "Show Calculator..."  "#" ExecTool "RUN >NIL: <NIL: TurboText:TTXCalc TURBOTEXT"
  38.     ITEM "Show Hex..."         "$" OpenRequester Hex
  39.     ITEM "Show Console..."     "." ExecARexxMacro Console REXX:CmdShell
  40.  
  41.   MENU " Edit "
  42.     ITEM "Mark"                "B" MarkBlk
  43.     ITEM "Cut"                 "X" CutBlk
  44.     ITEM "Copy"                "C" CopyBlk
  45.     ITEM "Paste"               "V" PasteClip
  46.     ITEM "Erase"               "E" DeleteBlk
  47.     BAR
  48.     ITEM "Mark Vertical"       "<" MarkBlk Vertical
  49.     ITEM "Paste Vertical"      ">" PasteClip Vertical
  50.     BAR
  51.     ITEM "Open Clip..."        "!" OpenClip
  52.     ITEM "Save Clip As..."     "_" SaveClip NoBackup
  53.     ITEM "Print Clip"          "*" PrintClip
  54.  
  55.   MENU " Search "
  56.     ITEM "Find..."             "F" OpenRequester Find
  57.     ITEM "Find Next"           "N" Find
  58.     ITEM "Find & Change..."    "/" OpenRequester FindChange
  59.     BAR
  60.     ITEM "Go To Line #..."     "J" Move
  61.     ITEM "Go To Last Change"   "G" MoveLastChange
  62.     ITEM "Go To Auto-Bookmark" "," MoveAutomark
  63.     ITEM "Match Bracket"       "[" MoveMatchBkt
  64.  
  65.   MENU " Macros "
  66.     ITEM "Record Macro"        "R" RecordMacro
  67.     ITEM "Stop Recording"      "H" EndMacro
  68.     ITEM "Play Macro"          "M" PlayMacro 1
  69.     ITEM "Play Many..."        "I" PlayMacro
  70.     BAR
  71.     ITEM "Open Macro..."       "2" OpenMacro
  72.     ITEM "Save Macro As..."    "~" SaveMacro
  73.     BAR
  74.     ITEM "Exec ARexx..."       "3" ExecARexxMacro
  75.  
  76.   MENU " Folds "
  77.     ITEM "Make Fold"           "(" MakeFold
  78.     BAR
  79.     ITEM "Show Fold"           "+" ShowFold
  80.     ITEM "Hide Fold"           "-" HideFold
  81.     ITEM "Unmake Fold"         ")" UnmakeFold
  82.     BAR
  83.     ITEM "Show Nested Folds"   ""  ShowFold Nested
  84.     ITEM "Hide Nested Folds"   ""  HideFold Nested
  85.     ITEM "Unmake Nested Folds" ""  UnmakeFold Nested
  86.     BAR
  87.     ITEM "Show All Folds"      ""  ShowFold All
  88.     ITEM "Hide All Folds"      ""  HideFold All
  89.     ITEM "Unmake All Folds"    ""  UnmakeFold All
  90.  
  91.   MENU " Extras "
  92.     ITEM "Undelete Line"       "D" UndeleteLine
  93.     ITEM "Undo Line"           "Z" UndoLine
  94.     BAR
  95.     ITEM "Center"              "^" Center
  96.     ITEM "Justify"             "=" Justify
  97.     ITEM "Format Paragraph"    "]" FormatParagraph
  98.     BAR
  99.     ITEM "Conv To Upper Case"  "U" Conv2Upper
  100.     ITEM "Conv To Lower Case"  "L" Conv2Lower
  101.     ITEM "Conv Tabs To Spaces" ""  Conv2Spaces
  102.  
  103.   MENU " Prefs "
  104.     ITEM "Display..."          "4" OpenRequester DisplayPrefs
  105.     ITEM "Edit..."             "5" OpenRequester EditPrefs
  106.     ITEM "File..."             "6" OpenRequester FilePrefs
  107.     BAR
  108.     ITEM "Open Prefs..."       "7" OpenPrefs
  109.     ITEM "Save Prefs As..."    "8" SavePrefs
  110.     ITEM "Save As Defaults"    "9" SaveDefPrefs
  111.     BAR
  112.     ITEM "Open Defs..."        "%" OpenDefinitions
  113. #
  114.  
  115.  
  116. TEXT_STRINGS:
  117.  
  118.   "_Use"                   /* used for positive responses */
  119.   "_Cancel"                /* used for negative responses */
  120.  
  121.   /* Display Prefs requester */
  122.   "Display Prefs"          /* title */
  123.   "_Display Type"
  124.   "Workbench|2 Color Screen|4 Color Screen|2 Color Lace Screen|4 Color Lace Screen|2 Color LoRes Screen|4 Color LoRes Screen"
  125.   "Screen _Width"
  126.   "Screen _Height"
  127.   "Clone Workbench Si_ze"
  128.   "Font _Name"
  129.   "Font _Size"
  130.   "_Red"
  131.   "_Green"
  132.   "_Blue"
  133.   "Select New _Font..."
  134.   "Select Font to Use"
  135.  
  136.   /* Edit Prefs requester */
  137.   "Edit Prefs"             /* title */
  138.   "_Auto-Indent"
  139.   "Corr_ect Case"
  140.   "_Free Form"
  141.   "_Overstrike"
  142.   "_Strip EOL Blanks"
  143.   "_TAB --> Spaces"
  144.   "Trans_late CRs"
  145.   "_Word Wrap"
  146.   "TAB Wi_dth"
  147.   "_Right Margin"
  148.   "ARe_xx Console"
  149.   "S_how End Of File"
  150.   "Show _End Of Lines"
  151.   "Show S_paces"
  152.   "Show Ta_bs"
  153.  
  154.   /* File Prefs requester */
  155.   "File Prefs"             /* title */
  156.   "_Load/Save Project Icons"
  157.   "_Icon Tool"
  158.   "_Auto-Save"
  159.   "Auto-Save _Delay"
  160.   "Confirm Auto-_Saves"
  161.   "_Make Backups"
  162.   "Ma_x Backup Versions"
  163.   "_Backup Template"
  164.   "_Print Device"
  165.  
  166.   /* Find and Change requester */
  167.   "Find"                   /* title for Find requester          */
  168.   "Find & Change"          /* title for Find & Change requester */
  169.   "_Find"                  /* Find text gadget                  */
  170.   "_Change"                /* Change text gadget                */
  171.   "Find _Next"
  172.   "C_hange"
  173.   "Change _All"
  174.   "_Ignore Accents"
  175.   "I_gnore Case"
  176.   "_Only Whole Words"
  177.   "_Scan Backwards"
  178.   "Replaced "
  179.  
  180.   /* File requester */
  181.   "<ASGN> "                /* used to indicate logical assignments    */
  182.   "<DRW> "                 /* used to indicate drawers (directories)  */
  183.   "<VOL> "                 /* used to indicate volumes with no device */
  184.   "P_attern"               /* Pattern text gadget                     */
  185.   "_Drawer"
  186.   "_File"
  187.   "_Volumes"
  188.   "_Parent"
  189.   "_Open"                  /* positive gadget in file requester      */
  190.   "Select File to Open as Clip"
  191.   "Select File to Open"
  192.   "Select File to Open as Macro"
  193.   "Select File to Open as Prefs"
  194.   "Select File to Open as Definitions"
  195.   "_Save"                  /* positive gadget in file requester      */
  196.   "Select FIle to Save as Clip"
  197.   "Select File to Save"
  198.   "Select File to Save as Macro"
  199.   "Select File to Save as Prefs"
  200.   "_Exec"                  /* positive gadget in file rwquester      */
  201.   "Select File to Execute as ARexx Macro"
  202.  
  203.   /* Info requester */
  204.   "TurboText Information"      /* title */
  205.   "ARexx port name"
  206.   "Visible lines"
  207.   "Folded lines"
  208.   "Total lines"
  209.   "Characters"
  210.   "Average chars/line"
  211.   "Available memory"
  212.  
  213.   /* Various simple requesters */
  214.   "Go To Line # ?"
  215.   "Play How Many?"
  216.   "Printing..."
  217.   "Hex View"
  218.  
  219.   /* Yes/No requesters */
  220.   "_Yes"
  221.   "_Cancel"
  222.   "_OK"
  223.   "_Continue"
  224.   "_Abort"
  225.   "TurboText Confirmation Request"
  226.   "     Open without saving changes?"
  227.   "    Clear without saving changes?"
  228.   "    Close without saving changes?"
  229.   "Discard file?"
  230.   "WARNING: File cannot be recovered"
  231.   "Attempt to create backup file as"
  232.   "failed. Save anyway?"
  233.   "Auto-save request for"
  234.   "Save this file?"
  235.   "Incorrect Def. File Format"
  236.   "on line #"
  237.   " in file"
  238.   "TurboText Memory Panic!"
  239.   "  No memory for requested operation!"
  240.   "TurboText Screen"
  241.   "Trying to close TurboText screen,"
  242.   "please close all non-TurboText"
  243.   "windows on this screen."
  244.  
  245.   /* ASCII parser errors */
  246.   "Invalid command specification"
  247.   "Invalid keyboard sequence"
  248.   "Invalid mouse sequence"
  249.   "Unknown MENUS directive"
  250.   "Incorrect MENU specification"
  251.   "Incorrect ITEM specification"
  252.   "Incorrect SUB specification"
  253.   "Incorrect Hot Key command"
  254.   "Templates must start with a letter"
  255.  
  256.   /* TurboText general errors */
  257.   " Not enough memory!"
  258.   " Hit document boundary!"
  259.   " Not found!"
  260.   " Not on {,[,(,},] or ) !"
  261.   " More '?' in 'Change' than in 'Find'!"
  262.   " User requested abort!"
  263.   " Not allowed in read-only mode!"
  264.   " Not currently recording!"
  265.  
  266.   " No block marked!"
  267.   " Clipboard device not found!"
  268.   " Clipboard is empty!"
  269.   " Clipboard does not contain text!"
  270.   " Clipboard I/O error!"
  271.  
  272.   " ARexx process or library not found!"
  273.  
  274.   " Bookmark not set!"
  275.   " Bookmark not found!"
  276.  
  277.   " No fold on current line!"
  278.   " Already a fold on current line!"
  279.   " No macro to play!"
  280.  
  281.   " Template or word not found!"
  282.   " Not enough characters for Comp.Temp.!"
  283.   " Too many characters!"
  284.  
  285.   " Illegal while recording!"
  286.  
  287.   " Illegal command or arguments!"
  288.   " Cmd only allowed in ARexx macros!"
  289.  
  290.   " Loading..."
  291.   " Saving..."
  292.   " Printing..."
  293.   " Searching..."
  294.   " Working..."
  295.   " Bookmark set"
  296.  
  297.   " Couldn't execute tool!"
  298.   " ARexx error"
  299.   " Load error"
  300.   " Save error"
  301.   " Print error"
  302.   " Backup error"
  303.   " - not saved!"
  304.   "DOS code "
  305.  
  306.   "bBcCfFiImMoOrRwW"   /* for status area */
  307. #
  308.